home *** CD-ROM | disk | FTP | other *** search
/ SGI ONC3 NFS v2 / SGI ONC3 NFS v2.iso / dist6.4 / nfs.idb / var / boot / share.dat.z / share.dat
Text File  |  1997-02-07  |  3KB  |  69 lines

  1. # Information for diskless client setup.
  2. # Please make a copy of this file for each release of diskless machines.
  3. #
  4. # $Revision: 1.35 $
  5. #
  6. #
  7. #       SERVER ENVIRONMENT SETUP    
  8. #
  9. #    HOSTNAME  : Do not change unless you understand network topologies.
  10. #            This variable should contain the name of the interface
  11. #            which is connected directly to the client machines.
  12. #            For example, a server machine "foobar" has two interfaces.
  13. #            Its primary interface is FDDI, and its secondary interface
  14. #            is ethernet.  The client machines are on an ethernet
  15. #            subnet connected to foobar's ethernet interface.  foobar's
  16. #            ethernet interface is named "ether-foobar".  In this
  17. #            case, the HOSTNAME variable below needs to be set to
  18. #            "ether-foobar".
  19. #     SHAREHOST : Do not change.
  20. #       SERVER_NIS: yes - server is running NIS.  Implies NIS name lookup 
  21. #            during installation.  Please note that after
  22. #            yp_boot_param runs, it takes time for the information
  23. #            to propogate back to the diskless server from the
  24. #            NIS master.  Also, this option is only fully functional
  25. #            for SGI NIS masters.
  26. #                   no -- server is using local naming service.
  27. #
  28. HOSTNAME="`hostname`"
  29. SHAREHOST="$HOSTNAME"
  30. SERVER_NIS="no"
  31. #
  32. #       SHARE TREE SETUP
  33. #
  34. #       DISKLESS  : directory where all the share trees reside.
  35. #       SHARE     : Do not change.
  36. #
  37. DISKLESS="/diskless" 
  38. SHARE="$DISKLESS/share/$RELEASE"
  39. #
  40. #    DISKLESS CLIENT ARCHITECTURE SPECIFICATIONS
  41. #
  42. # The following variables are set using the table provided in client.dat.
  43. # Please consult that file for valid values.
  44. #
  45. # The following 4 variables should not be set if all architectures are
  46. #    to be installed for the share /usr tree.  This is why they are
  47. #    commented out.  If only a subset is to be installed, all 4 must be
  48. #    set.  The example below is for an R4000 Indigo with LIGHT graphics.
  49. #    In past releases a MACH variable was present.  This variable is now
  50. #    obsolete.
  51. #
  52. #CPUBOARD="IP20"
  53. #CPUARCH=R4000
  54. #GFXBOARD="LIGHT -mSUBGR=LG1MC"
  55. #VIDEO=""
  56. #
  57. # To install multiple architectures, set the 5 variables as show below.
  58. # Notice that the initial symbols CPUBOARD, CPUARCH, and GFXBOARD are
  59. # imbedded in the values for the respective variables.  The example below
  60. # contains an R4k Indigo with LIGHT graphics and an R3k Indigo with
  61. # XS/XS24/Elan graphics.  In past releases a MACH variable was present.  This
  62. # variable is now obsolete.
  63. #
  64. #CPUBOARD="IP20 -mCPUBOARD=IP12"
  65. #CPUARCH="R4000 -mCPUARCH=R3000"
  66. #GFXBOARD="LIGHT -mSUBGR=LG1MC -mGFXBOARD=EXPRESS -mSUBGR=EXPRESS"
  67. #VIDEO=""
  68. #
  69.